*** empty log message ***
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 19 Aug 2009 07:14:46 +0000 (07:14 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 19 Aug 2009 07:14:46 +0000 (07:14 +0000)
lisp/net/dbus.el

index 159fcb668ddf544a7020aac3a27865dd854155df..273d531ed3525256245e30993ce613a3d158a93f 100644 (file)
@@ -836,8 +836,8 @@ name of the property, and its value.  If there are no properties,
 ;; descriptors to input_wait_mask, in order to detect incoming
 ;; messages immediately.
 (dbus-ignore-errors
-  (dbus-init-bus :system)
   (when (getenv "DBUS_SESSION_BUS_ADDRESS")
+    (dbus-init-bus :system)
     (dbus-init-bus :session)))
 
 (provide 'dbus)